{
  "info": {
    "_postman_id": "15255a67-7a96-4119-b7ef-c528fc80f121",
    "name": "Протокол 1.4 Медицинская справка о рождении",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "44313599",
    "_collection_link": "https://go.postman.co/collection/44313599-15255a67-7a96-4119-b7ef-c528fc80f121?source=collection_link"
  },
  "item": [
    {
      "name": "предварительные условия",
      "item": [
        {
          "name": "Создание новорожденного пациента",
          "item": [
            {
              "name": "импорт пациента (newborn)",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "pm.test(\"Валидный бандл должен отработать со статусом 202\", function () {\r",
                      "    pm.response.to.have.status(202);\r",
                      "});\r",
                      "\r",
                      "var jsonData = pm.response.json();\r",
                      "let bundleId = jsonData.parameter.find(obj => obj.name === \"ResourceId\").valueString;\r",
                      "let statusReference = jsonData.parameter.find(obj => obj.name === \"OperationStatusReference\");\r",
                      "\r",
                      "console.log(statusReference.valueReference.reference);\r",
                      "\r",
                      "pm.collectionVariables.set(\"bundleId\", bundleId);\r",
                      "pm.collectionVariables.set(\"StatusUrl\", statusReference.valueReference.reference);\r",
                      ""
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                },
                {
                  "listen": "prerequest",
                  "script": {
                    "exec": [
                      ""
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Fhir-By-Version",
                    "value": "0.2.2639",
                    "type": "text",
                    "disabled": true
                  },
                  {
                    "key": "X-Fhir-By-Version",
                    "value": "latest",
                    "type": "text",
                    "disabled": true
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"resourceType\": \"Bundle\",\r\n    \"id\": \"ExampleBundleForDemo\",\r\n    \"meta\": {\r\n        \"profile\": [\r\n            \"https://fhir.by/AbstractArea/StructureDefinition/Bundle/MedicationDocument\"\r\n        ]\r\n    },\r\n    \"identifier\": {\r\n        \"system\": \"https://fhir.by/ValueSet/urn:ietf:rfc:3986\",\r\n        \"value\": \"{{$guid}}\"\r\n    },\r\n    \"type\": \"document\",\r\n    \"timestamp\": \"2024-07-22T11:12:21Z\",\r\n    \"entry\": [\r\n        {\r\n            \"fullUrl\": \"Composition/CompDocumentForDemo\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Composition\",\r\n                \"id\": \"{{$guid}}\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/CompDocument\"\r\n                    ]\r\n                },\r\n                \"status\": \"final\",\r\n                \"type\": {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"https://fhir.by/ValueSet/CompositionType\",\r\n                            \"code\": \"general\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"subject\": [\r\n                    {\r\n                        \"reference\": \"Patient/PatientNewBorn\",\r\n                        \"display\": \"Аврелий М.Ф.\"\r\n                    }\r\n                ],\r\n                \"date\": \"2024-07-22T11:12:21Z\",\r\n                \"author\": [\r\n                    {\r\n                        \"reference\": \"Practitioner/{{PractitionerId}}\",\r\n                        \"display\": \"Царенко С.В.\"\r\n                    }\r\n                ],\r\n                \"title\": \"Discharge Summary\",\r\n                \"custodian\": {\r\n                    \"reference\": \"Organization/{{OrganizationId}}\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"Patient/PatientNewBorn\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Patient\",\r\n                \"id\": \"PatientNewBorn\",\r\n                \"meta\": {\r\n                    \"lastUpdated\": \"2025-05-15T12:12:21Z\",\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/PatientWithoutIdentificationNumber\"\r\n                    ]\r\n                },\r\n                \"extension\": [\r\n                    {\r\n                        \"url\": \"https://fhir.by/StructureDefinition/PatientBirthDateTime\",\r\n                        \"valueDateTime\": \"2025-05-12T20:12:00Z\"\r\n                    }\r\n                ],\r\n                \"identifier\": [\r\n                    {\r\n                        \"use\": \"temp\",\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PersonalDocumentType\",\r\n                                    \"code\": \"UMD\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"value\": \"000000015\",\r\n                        \"assigner\": {\r\n                            \"reference\": \"Organization/{{OrganizationId}}\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"active\": true,\r\n                \"name\": [\r\n                    {\r\n                        \"family\": \"Аврелий\",\r\n                        \"given\": [\r\n                            \"Марк\",\r\n                            \"Феофанович\"\r\n                        ]\r\n                    }\r\n                ],\r\n                \"gender\": \"male\",\r\n                \"birthDate\": \"2025-04-07\",\r\n                \"deceasedBoolean\": false,\r\n                \"address\": [\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/CoutryForAddresses\",\r\n                                \"valueCodeableConcept\": {\r\n                                    \"coding\": [\r\n                                        {\r\n                                            \"system\": \"https://fhir.by/ValueSet/CitizenshipCode\",\r\n                                            \"code\": \"BY\",\r\n                                            \"display\": \"Беларусь\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/StreetGeoRegistry\",\r\n                                \"valueCodeableConcept\": {\r\n                                    \"coding\": [\r\n                                        {\r\n                                            \"system\": \"https://fhir.by/ValueSet/StreetGeoRegistry\",\r\n                                            \"code\": \"72609920778\",\r\n                                            \"display\": \"Переулок Снежный\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/ApartmentRoom\",\r\n                                \"valueString\": \"кв. 11\"\r\n                            }\r\n                        ],\r\n                        \"use\": \"temp\",\r\n                        \"text\": \"Могилевская область, г.Могилев, Переулок Гоголя, д.19\",\r\n                        \"postalCode\": \"212011\"\r\n                    }\r\n                ],\r\n                \"multipleBirthInteger\": 2\r\n            }\r\n        }\r\n    ]\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/$import",
                  "protocol": "{{Schema}}",
                  "host": [
                    "{{Proxy-host}}"
                  ],
                  "path": [
                    "fhir",
                    "Bundle",
                    "$import"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "получение статуса импорта пакета медицинских данных",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/{{bundleId}}/$status",
                  "protocol": "{{Schema}}",
                  "host": [
                    "{{Proxy-host}}"
                  ],
                  "path": [
                    "fhir",
                    "Bundle",
                    "{{bundleId}}",
                    "$status"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "поиск пациента по идентификационному номеру",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "var jsonData = pm.response.json();\r",
                      "let patientId = jsonData.entry.find(obj => obj.resource.resourceType === \"Patient\").resource.id;\r",
                      "\r",
                      "pm.collectionVariables.set(\"patientCommonDisabilityId\", patientId);\r",
                      "console.log(patientId)\r",
                      ""
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              },
              "request": {
                "method": "GET",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{Schema}}://{{Proxy-host}}/fhir/Patient?_profile=https://fhir.by/StructureDefinition/PatientWithoutIdentificationNumber&identifier=000000015",
                  "protocol": "{{Schema}}",
                  "host": [
                    "{{Proxy-host}}"
                  ],
                  "path": [
                    "fhir",
                    "Patient"
                  ],
                  "query": [
                    {
                      "key": "_profile",
                      "value": "https://fhir.by/StructureDefinition/PatientWithoutIdentificationNumber"
                    },
                    {
                      "key": "identifier",
                      "value": "000000015"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Создание пациента матери",
          "item": [
            {
              "name": "импорт пациента",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "pm.test(\"Валидный бандл должен отработать со статусом 202\", function () {\r",
                      "    pm.response.to.have.status(202);\r",
                      "});\r",
                      "\r",
                      "var jsonData = pm.response.json();\r",
                      "let bundleId = jsonData.parameter.find(obj => obj.name === \"ResourceId\").valueString;\r",
                      "let statusReference = jsonData.parameter.find(obj => obj.name === \"OperationStatusReference\");\r",
                      "\r",
                      "console.log(statusReference.valueReference.reference);\r",
                      "\r",
                      "pm.collectionVariables.set(\"bundleId\", bundleId);\r",
                      "pm.collectionVariables.set(\"StatusUrl\", statusReference.valueReference.reference);\r",
                      ""
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                },
                {
                  "listen": "prerequest",
                  "script": {
                    "exec": [
                      ""
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "X-Fhir-By-Version",
                    "value": "0.2.2639",
                    "type": "text",
                    "disabled": true
                  },
                  {
                    "key": "X-Fhir-By-Version",
                    "value": "latest",
                    "type": "text",
                    "disabled": true
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"resourceType\": \"Bundle\",\r\n    \"id\": \"ExampleBundleForDemo\",\r\n    \"meta\": {\r\n        \"profile\": [\r\n            \"https://fhir.by/AbstractArea/StructureDefinition/Bundle/MedicationDocument\"\r\n        ]\r\n    },\r\n    \"identifier\": {\r\n        \"system\": \"https://fhir.by/ValueSet/urn:ietf:rfc:3986\",\r\n        \"value\": \"{{$guid}}\"\r\n    },\r\n    \"type\": \"document\",\r\n    \"timestamp\": \"2024-07-22T11:12:21Z\",\r\n    \"entry\": [\r\n        {\r\n            \"fullUrl\": \"Composition/CompDocumentForDemo\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Composition\",\r\n                \"id\": \"{{$guid}}\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/CompDocument\"\r\n                    ]\r\n                },\r\n                \"status\": \"final\",\r\n                \"type\": {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"https://fhir.by/ValueSet/CompositionType\",\r\n                            \"code\": \"general\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"subject\": [\r\n                    {\r\n                        \"reference\": \"Patient/PatientMother\",\r\n                        \"display\": \"Евдокимова Л.И.\"\r\n                    }\r\n                ],\r\n                \"date\": \"2024-07-22T11:12:21Z\",\r\n                \"author\": [\r\n                    {\r\n                        \"reference\": \"Practitioner/{{PractitionerId}}\",\r\n                        \"display\": \"Царенко С.В.\"\r\n                    }\r\n                ],\r\n                \"title\": \"Discharge Summary\",\r\n                \"custodian\": {\r\n                    \"reference\": \"Organization/{{OrganizationId}}\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"Patient/PatientMother\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Patient\",\r\n                \"id\": \"PatientMother\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/PatientWithIdentificationNumber\"\r\n                    ]\r\n                },\r\n                \"extension\": [\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/ConsentPersonalDataBoolean\",\r\n                                \"valueBoolean\": true\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/ConsentPersonalDataPeriod\",\r\n                                \"valuePeriod\": {\r\n                                    \"start\": \"2024-08-01\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"url\": \"https://fhir.by/StructureDefinition/ConsentPersonalData\"\r\n                    }\r\n                ],\r\n                \"identifier\": [\r\n                    {\r\n                        \"use\": \"usual\",\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PersonalDocumentType\",\r\n                                    \"code\": \"INP\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"value\": \"7551253A009PB7\"\r\n                    },\r\n                    {\r\n                        \"use\": \"usual\",\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PersonalDocumentType\",\r\n                                    \"code\": \"IPA\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"value\": \"7551253A009PB7\"\r\n                    },\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"extension\": [\r\n                                    {\r\n                                        \"url\": \"https://fhir.by/StructureDefinition/PassportIssuedString\",\r\n                                        \"valueString\": \"Центральным РУВД г Минска, 21.08.2021\"\r\n                                    },\r\n                                    {\r\n                                        \"url\": \"https://fhir.by/StructureDefinition/PassportIssuedDate\",\r\n                                        \"valueDate\": \"2021-08-21\"\r\n                                    },\r\n                                    {\r\n                                        \"url\": \"https://fhir.by/StructureDefinition/PassportIssuedCode\",\r\n                                        \"valueCodeableConcept\": {\r\n                                            \"coding\": [\r\n                                                {\r\n                                                    \"system\": \"https://fhir.by/ValueSet/OCAM\",\r\n                                                    \"code\": \"106\"\r\n                                                }\r\n                                            ]\r\n                                        }\r\n                                    }\r\n                                ],\r\n                                \"url\": \"https://fhir.by/StructureDefinition/PassportIssued\"\r\n                            }\r\n                        ],\r\n                        \"use\": \"usual\",\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PersonalDocumentType\",\r\n                                    \"code\": \"Passport-RB\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"value\": \"MP3334567\"\r\n                    }\r\n                ],\r\n                \"active\": true,\r\n                \"name\": [\r\n                    {\r\n                        \"family\": \"Евдокимова\",\r\n                        \"given\": [\r\n                            \"Людмила\",\r\n                            \"Ивановна\"\r\n                        ]\r\n                    }\r\n                ],\r\n                \"telecom\": [\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"extension\": [\r\n                                    {\r\n                                        \"url\": \"https://fhir.by/StructureDefinition/PatientNotificationType\",\r\n                                        \"valueCodeableConcept\": {\r\n                                            \"coding\": [\r\n                                                {\r\n                                                    \"system\": \"https://fhir.by/ValueSet/PatientNotificationType\",\r\n                                                    \"code\": \"SMS\",\r\n                                                    \"display\": \"SMS\"\r\n                                                }\r\n                                            ]\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"url\": \"https://fhir.by/StructureDefinition/PatientConsentForNotification\",\r\n                                        \"valueBoolean\": true\r\n                                    }\r\n                                ],\r\n                                \"url\": \"https://fhir.by/StructureDefinition/PatientTelecomPurpose\"\r\n                            }\r\n                        ],\r\n                        \"system\": \"phone\",\r\n                        \"value\": \"89002234567\"\r\n                    }\r\n                ],\r\n                \"gender\": \"female\",\r\n                \"birthDate\": \"1996-02-28\",\r\n                \"deceasedBoolean\": false,\r\n                \"address\": [\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/CoutryForAddresses\",\r\n                                \"valueCodeableConcept\": {\r\n                                    \"coding\": [\r\n                                        {\r\n                                            \"system\": \"https://fhir.by/ValueSet/CitizenshipCode\",\r\n                                            \"code\": \"BY\",\r\n                                            \"display\": \"Беларусь\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/StreetGeoRegistry\",\r\n                                \"valueCodeableConcept\": {\r\n                                    \"coding\": [\r\n                                        {\r\n                                            \"system\": \"https://fhir.by/ValueSet/StreetGeoRegistry\",\r\n                                            \"code\": \"72609920778\",\r\n                                            \"display\": \"Переулок Снежный\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/ApartmentRoom\",\r\n                                \"valueString\": \"кв. 11\"\r\n                            }\r\n                        ],\r\n                        \"use\": \"home\",\r\n                        \"text\": \"Могилевская область, г.Могилев, Переулок Гоголя, д.19\",\r\n                        \"postalCode\": \"212011\"\r\n                    }\r\n                ],\r\n                \"contact\": [\r\n                    {\r\n                        \"name\": {\r\n                            \"family\": \"Петров\",\r\n                            \"given\": [\r\n                                \"Иван\"\r\n                            ]\r\n                        },\r\n                        \"telecom\": [\r\n                            {\r\n                                \"system\": \"phone\",\r\n                                \"value\": \"80299099090\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/$import",
                  "protocol": "{{Schema}}",
                  "host": [
                    "{{Proxy-host}}"
                  ],
                  "path": [
                    "fhir",
                    "Bundle",
                    "$import"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "получение статуса импорта пакета медицинских данных",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/{{bundleId}}/$status",
                  "protocol": "{{Schema}}",
                  "host": [
                    "{{Proxy-host}}"
                  ],
                  "path": [
                    "fhir",
                    "Bundle",
                    "{{bundleId}}",
                    "$status"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "поиск пациента по идентификационному номеру",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "var jsonData = pm.response.json();\r",
                      "let patientId = jsonData.entry.find(obj => obj.resource.resourceType === \"Patient\").resource.id;\r",
                      "\r",
                      "pm.collectionVariables.set(\"motherPatientId\", patientId);\r",
                      "console.log(patientId)\r",
                      ""
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              },
              "request": {
                "method": "GET",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{Schema}}://{{Proxy-host}}/fhir/Patient?identifier={{INP}}",
                  "protocol": "{{Schema}}",
                  "host": [
                    "{{Proxy-host}}"
                  ],
                  "path": [
                    "fhir",
                    "Patient"
                  ],
                  "query": [
                    {
                      "key": "identifier",
                      "value": "{{INP}}"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Кейс 1. Создание электронной медицинской справки о рождении",
      "item": [
        {
          "name": "Получение идентификатора",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "",
                "value": "",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n\"resourceType\" : \"Parameters\",\r\n\"parameter\" : [{\r\n    \"name\" : \"document-code\",\r\n    \"valueCoding\" : {\r\n        \"system\": \"https://fhir.by/ValueSet/DigitalDocumentKind\",\r\n        \"code\": \"02\"\r\n    }\r\n}]\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/$get-document-id",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "$get-document-id"
              ]
            }
          },
          "response": []
        },
        {
          "name": "импорт справки в ЦИСЗ",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "pm.test(\"Валидный бандл должен отработать со статусом 202\", function () {\r",
                  "    pm.response.to.have.status(202);\r",
                  "});\r",
                  "\r",
                  "var jsonData = pm.response.json();\r",
                  "let bundleId = jsonData.parameter.find(obj => obj.name === \"ResourceId\").valueString;\r",
                  "let statusReference = jsonData.parameter.find(obj => obj.name === \"OperationStatusReference\");\r",
                  "\r",
                  "console.log(statusReference.valueReference.reference);\r",
                  "\r",
                  "pm.collectionVariables.set(\"bundleId\", bundleId);\r",
                  "pm.collectionVariables.set(\"StatusUrl\", statusReference.valueReference.reference);\r",
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-Fhir-By-Version",
                "value": "0.2.6465",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"resourceType\": \"Bundle\",\r\n    \"id\": \"ExampleBundleBirth\",\r\n    \"meta\": {\r\n        \"profile\": [\r\n            \"https://fhir.by/AbstractArea/StructureDefinition/Bundle/BundleBirth\"\r\n        ]\r\n    },\r\n    \"identifier\": {\r\n        \"system\": \"https://minzdrav.gov.by\",\r\n        \"value\": \"{{identifier}}\"\r\n    },\r\n    \"type\": \"document\",\r\n    \"timestamp\": \"2026-02-10T05:30:21Z\",\r\n    \"entry\": [\r\n        {\r\n            \"fullUrl\": \"Composition/ExampleBirthComposition\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Composition\",\r\n                \"id\": \"ExampleBirthComposition\",\r\n                \"meta\": {\r\n                    \"lastUpdated\": \"2026-02-10T05:35:21Z\",\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/BirthComposition\"\r\n                    ]\r\n                },\r\n                \"extension\": [\r\n                    {\r\n                        \"url\": \"https://fhir.by/StructureDefinition/CitezenshipBy\",\r\n                        \"valueCodeableConcept\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/CitizenshipCode\",\r\n                                    \"code\": \"BY\",\r\n                                    \"display\": \"Беларусь\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"status\": \"final\",\r\n                \"type\": {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"https://fhir.by/ValueSet/CompositionType\",\r\n                            \"code\": \"birth-certificate\",\r\n                            \"display\": \"Электронная медицинская справка о рождении New\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"subject\": [\r\n                    {\r\n                        \"reference\": \"Patient/ExampleMotherED\"\r\n                    }\r\n                ],\r\n                \"date\": \"2026-02-10T05:30:21Z\",\r\n                \"author\": [\r\n                    {\r\n                        \"reference\": \"Practitioner/{{PractitionerId}}\"\r\n                    }\r\n                ],\r\n                \"title\": \"Электронная медицинская справка о рождении\",\r\n                \"custodian\": {\r\n                    \"reference\": \"Organization/{{OrganizationId}}\"\r\n                },\r\n                \"event\": [\r\n                    {\r\n                        \"detail\": [\r\n                            {\r\n                                \"reference\": {\r\n                                    \"reference\": \"Provenance/ExampleProvenanceDocumentInfoBirth\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"detail\": [\r\n                            {\r\n                                \"reference\": {\r\n                                    \"reference\": \"ClinicalImpression/ExampleBirth\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"detail\": [\r\n                            {\r\n                                \"reference\": {\r\n                                    \"reference\": \"QuestionnaireResponse/QRMotherSpecialInfBirth\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"detail\": [\r\n                            {\r\n                                \"reference\": {\r\n                                    \"reference\": \"Patient/ExampleChildED\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"Patient/ExampleMotherED\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Patient\",\r\n                \"id\": \"ExampleMotherED\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/PatientED\"\r\n                    ]\r\n                },\r\n                \"extension\": [\r\n                    {\r\n                        \"url\": \"https://fhir.by/StructureDefinition/DocumentKind\",\r\n                        \"valueCodeableConcept\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/DigitalDocumentKind\",\r\n                                    \"code\": \"02\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    }\r\n                ],\r\n                \"identifier\": [\r\n                    {\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PersonalDocumentType\",\r\n                                    \"code\": \"INP\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"value\": \"7551382A009PB6\"\r\n                    }\r\n                ],\r\n                \"active\": true,\r\n                \"name\": [\r\n                    {\r\n                        \"family\": \"Евдокимова\",\r\n                        \"given\": [\r\n                            \"Людмила\",\r\n                            \"Ивановна\"\r\n                        ]\r\n                    }\r\n                ],\r\n                \"birthDate\": \"1996-02-28\",\r\n                \"gender\": \"female\",\r\n                \"deceasedDateTime\": \"2025-05-02T05:35:21Z\",\r\n                \"link\": [\r\n                    {\r\n                        \"other\": {\r\n                            \"reference\": \"Patient/{{motherPatientId}}\"\r\n                        },\r\n                        \"type\": \"refer\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"Patient/ExampleChildED\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Patient\",\r\n                \"id\": \"ExampleChildED\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/PatientED\"\r\n                    ]\r\n                },\r\n                \"extension\": [\r\n                    {\r\n                        \"url\": \"https://fhir.by/StructureDefinition/DocumentKind\",\r\n                        \"valueCodeableConcept\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/DigitalDocumentKind\",\r\n                                    \"code\": \"02\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    },\r\n                    {\r\n                        \"url\": \"https://fhir.by/StructureDefinition/PatientBirthDateTime\",\r\n                        \"valueDateTime\": \"2026-02-10T05:30:21Z\"\r\n                    }                    \r\n                ],\r\n                \"identifier\": [\r\n                    {\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PersonalDocumentType\",\r\n                                    \"code\": \"UMD\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"value\": \"000000015\",\r\n                        \"assigner\": {\r\n                            \"reference\": \"Organization/14736518-cc34-4e2e-8d60-204955589577\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"active\": true,\r\n                \"name\": [\r\n                    {\r\n                        \"family\": \"Аврелий\",\r\n                        \"given\": [\r\n                            \"Марк\",\r\n                            \"Феофанович\"\r\n                        ]\r\n                    }\r\n                ],\r\n                \"birthDate\": \"2025-04-07\",\r\n                \"deceasedBoolean\": false,\r\n                \"gender\": \"male\",\r\n                \"address\": [\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/CoutryForAddresses\",\r\n                                \"valueCodeableConcept\": {\r\n                                    \"coding\": [\r\n                                        {\r\n                                            \"system\": \"https://fhir.by/ValueSet/CitizenshipCode\",\r\n                                            \"code\": \"BY\",\r\n                                            \"display\": \"Беларусь\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/StreetGeoRegistry\",\r\n                                \"valueCodeableConcept\": {\r\n                                    \"coding\": [\r\n                                        {\r\n                                            \"system\": \"https://fhir.by/ValueSet/StreetGeoRegistry\",\r\n                                            \"code\": \"72609920778\",\r\n                                            \"display\": \"Переулок Снежный\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            },\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/ApartmentRoom\",\r\n                                \"valueString\": \"кв. 11\"\r\n                            }\r\n                        ],\r\n                        \"use\": \"temp\",\r\n                        \"text\": \"Могилевская область, г.Могилев, Переулок Гоголя, д.19\",\r\n                        \"postalCode\": \"212011\"\r\n                    }\r\n                ],\r\n                \"multipleBirthInteger\": 2,\r\n                \"link\": [\r\n                    {\r\n                        \"other\": {\r\n                            \"reference\": \"Patient/{{newbornPatientId}}\"\r\n                        },\r\n                        \"type\": \"refer\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"QuestionnaireResponse/QRMotherSpecialInfBirth\",\r\n            \"resource\": {\r\n                \"resourceType\": \"QuestionnaireResponse\",\r\n                \"id\": \"QRMotherSpecialInfBirth\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/QRSpecialInformation\"\r\n                    ]\r\n                },\r\n                \"identifier\": [\r\n                    {\r\n                        \"system\": \"https://minzdrav.gov.by\",\r\n                        \"value\": \"{{identifier}}\",\r\n                        \"assigner\": {\r\n                            \"reference\": \"Organization/{{OrganizationId}}\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"questionnaire\": \"https://fhir.by/Questionnaire/QMotherSpecialInformation\",\r\n                \"status\": \"completed\",\r\n                \"authored\": \"2026-02-10T05:30:21Z\",\r\n                \"author\": {\r\n                    \"reference\": \"PractitionerRole/{{PractitionerRoleId}}\"\r\n                },\r\n                \"item\": [\r\n                    {\r\n                        \"linkId\": \"1\",\r\n                        \"text\": \"Образование матери\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueCoding\": {\r\n                                    \"system\": \"https://fhir.by/ValueSet/MotherEducation\",\r\n                                    \"code\": \"high\",\r\n                                    \"display\": \"Высшее\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"2\",\r\n                        \"text\": \"Семейное положение матери\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueCoding\": {\r\n                                    \"system\": \"https://fhir.by/ValueSet/MotherMaritalStatus\",\r\n                                    \"code\": \"married\"                                    \r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"3\",\r\n                        \"text\": \"Ребенок родился\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueCoding\": {\r\n                                    \"system\": \"https://fhir.by/ValueSet/ConditionsOfBirth\",\r\n                                    \"code\": \"first_of_twins\",\r\n                                    \"display\": \"первым из двойни  New\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"4\",\r\n                        \"text\": \"Номер настоящей беременности\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 2\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"5\",\r\n                        \"text\": \"Номер настоящих родов\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 2\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"6\",\r\n                        \"text\": \"Дата первого дня последней менструации\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueDate\": \"2025-07-02\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"7\",\r\n                        \"text\": \"Срок настоящей беременности в днях\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 210\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"8\",\r\n                        \"text\": \"Число родившихся живыми детей от беременностей, предшествовавших настоящей\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 1\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"9\",\r\n                        \"text\": \"Число мертворождений, имевших место при предшествовавших беременностях\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 0\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"10\",\r\n                        \"text\": \"Число самопроизвольных абортов (выкидышей) и абортов, произведенных по медицинским и социальным показаниям\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 0\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"11\",\r\n                        \"text\": \"Число прерываний беременности, включая число искусственных медицинских абортов и вакуум-аспираций\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 0\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"12\",\r\n                        \"text\": \"Число живых к настоящему моменту детей у матери\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 1\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"13\",\r\n                        \"text\": \"Дата окончания последней из беременностей, предшествовавших настоящей\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueDate\": \"2021-02-27\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"14\",\r\n                        \"text\": \"Данные об исходе последней беременности, предшествовавшей настоящей\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueCoding\": {\r\n                                    \"system\": \"https://fhir.by/ValueSet/PregnancyOutcome\",\r\n                                    \"code\": \"01\",\r\n                                    \"display\": \"Роды живым плодом\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"15\",\r\n                        \"text\": \"Масса тела ребёнка при рождении (в граммах)\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 2230\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"linkId\": \"16\",\r\n                        \"text\": \"Длина тела ребёнка при рождении (в сантиметрах)\",\r\n                        \"answer\": [\r\n                            {\r\n                                \"valueInteger\": 40\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"Provenance/ExampleProvenanceDocumentInfoBirth\",\r\n            \"resource\": {\r\n                \"resourceType\": \"Provenance\",\r\n                \"id\": \"ExampleProvenanceDocumentInfoBirth\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/ProvenanceDocumentInfoBirth\"\r\n                    ]\r\n                },\r\n                \"target\": [\r\n                    {\r\n                        \"reference\": \"Patient/{{motherPatientId}}\"\r\n                    }\r\n                ],\r\n                \"recorded\": \"2026-02-10T05:35:21Z\",\r\n                \"agent\": [\r\n                    {\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/AgentTypeProvenance\",\r\n                                    \"code\": \"organization\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"who\": {\r\n                            \"reference\": \"Organization/{{OrganizationId}}\",\r\n                            \"display\": \"РНПЦ Мать и дитя\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/AgentTypeProvenance\",\r\n                                    \"code\": \"practitioner\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"who\": {\r\n                            \"reference\": \"Practitioner/{{PractitionerId}}\",\r\n                            \"display\": \"Царенко С.В.\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": {\r\n                            \"coding\": [\r\n                                {\r\n                                    \"system\": \"https://fhir.by/ValueSet/AgentTypeProvenance\",\r\n                                    \"code\": \"practitionerRole\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"who\": {\r\n                            \"reference\": \"PractitionerRole/{{PractitionerRoleId}}\",\r\n                            \"display\": \"акушер-гинеколог, Царенко С.В.\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"fullUrl\": \"ClinicalImpression/ExampleBirth\",\r\n            \"resource\": {\r\n                \"resourceType\": \"ClinicalImpression\",\r\n                \"id\": \"ExampleBirth\",\r\n                \"meta\": {\r\n                    \"profile\": [\r\n                        \"https://fhir.by/StructureDefinition/BirthCertificate\"\r\n                    ]\r\n                },\r\n                \"extension\": [\r\n                    {\r\n                        \"extension\": [\r\n                            {\r\n                                \"url\": \"https://fhir.by/StructureDefinition/BirthPlaceOrganisation\",\r\n                                \"valueReference\": {\r\n                                    \"reference\": \"Organization/{{OrganizationId}}\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"url\": \"https://fhir.by/StructureDefinition/BirthPlace\"\r\n                    },\r\n                    {\r\n                        \"url\": \"https://fhir.by/StructureDefinition/Newborn\",\r\n                        \"valueReference\": {\r\n                            \"reference\": \"Patient/{{newbornPatientId}}\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"identifier\": [\r\n                    {\r\n                        \"system\": \"https://minzdrav.gov.by\",\r\n                        \"value\": \"{{identifier}}\",\r\n                        \"assigner\": {\r\n                            \"reference\": \"Organization/{{OrganizationId}}\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"status\": \"completed\",\r\n                \"subject\": {\r\n                    \"reference\": \"Patient/{{motherPatientId}}\"\r\n                },\r\n                \"date\": \"2026-02-10T05:30:21Z\",\r\n                \"performer\": {\r\n                    \"reference\": \"PractitionerRole/{{PractitionerRoleId}}\"\r\n                }\r\n            }\r\n        }\r\n    ]\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/$import",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "Bundle",
                "$import"
              ]
            }
          },
          "response": []
        },
        {
          "name": "получение статуса импорта пакета медицинских данных",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/{{bundleId}}/$status",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "Bundle",
                "{{bundleId}}",
                "$status"
              ]
            }
          },
          "response": []
        },
        {
          "name": "получение бандла по Id",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "protocolProfileBehavior": {
            "disabledSystemHeaders": {}
          },
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text",
                "disabled": true
              },
              {
                "key": "Accept",
                "value": "text/html",
                "type": "text",
                "disabled": true
              },
              {
                "key": "Accept",
                "value": "application/cms",
                "type": "text",
                "disabled": true
              }
            ],
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/{{bundleId}}",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "Bundle",
                "{{bundleId}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Отмена бандла",
          "request": {
            "method": "POST",
            "header": [],
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/Bundle/{{bundleId}}/$cancel",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "Bundle",
                "{{bundleId}}",
                "$cancel"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "поиск ресурсов в контексте пациента",
      "item": [
        {
          "name": "поиск ClinicalImpression",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/Patient/{{patientId}}/ClinicalImpression?_profile=https://fhir.by/StructureDefinition/BirthCertificate&status=completed",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "Patient",
                "{{patientId}}",
                "ClinicalImpression"
              ],
              "query": [
                {
                  "key": "_profile",
                  "value": "https://fhir.by/StructureDefinition/BirthCertificate"
                },
                {
                  "key": "patient",
                  "value": "{{patientId}}",
                  "disabled": true
                },
                {
                  "key": "date",
                  "value": "2026-04-27",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "newborn",
                  "value": "Patient/{{newbornPatientId}}",
                  "disabled": true
                },
                {
                  "key": "_id",
                  "value": "ba-76443b3b-423c-11f1-8bb0-b442b278569e",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "assigner",
                  "value": "{{6_1_1_5_Organization}}",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "subject",
                  "value": "{{motherPatientId}}",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "performer",
                  "value": "{{PractitionerRole}}",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "status",
                  "value": "completed",
                  "type": "text"
                }
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "получение ресурсов в контексте пациента",
      "item": [
        {
          "name": "получение ClinicalImpression",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "protocolProfileBehavior": {
            "disabledSystemHeaders": {}
          },
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "text/html",
                "type": "text",
                "disabled": true
              },
              {
                "key": "",
                "value": "",
                "type": "text",
                "disabled": true
              }
            ],
            "url": {
              "raw": "{{Schema}}://{{Proxy-host}}/fhir/Patient/{{patientId}}/ClinicalImpression/ba-76443b3b-423c-11f1-8bb0-b442b278569e",
              "protocol": "{{Schema}}",
              "host": [
                "{{Proxy-host}}"
              ],
              "path": [
                "fhir",
                "Patient",
                "{{patientId}}",
                "ClinicalImpression",
                "ba-76443b3b-423c-11f1-8bb0-b442b278569e"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ],
  "auth": {
    "type": "oauth2",
    "oauth2": [
      {
        "key": "useBrowser",
        "value": true,
        "type": "boolean"
      },
      {
        "key": "accessTokenUrl",
        "value": "https://staging.cisz.by/auth/api/realms/iehr/token",
        "type": "string"
      },
      {
        "key": "authUrl",
        "value": "https://staging.cisz.by/auth/api/realms/iehr/auth",
        "type": "string"
      },
      {
        "key": "addTokenTo",
        "value": "header",
        "type": "string"
      },
      {
        "key": "redirect_uri",
        "value": "https://oauth.pstmn.io/v1/callback",
        "type": "string"
      },
      {
        "key": "challengeAlgorithm",
        "value": "S256",
        "type": "string"
      },
      {
        "key": "clientSecret",
        "value": "",
        "type": "string"
      },
      {
        "key": "clientId",
        "value": "iehr.swagger.client",
        "type": "string"
      },
      {
        "key": "grant_type",
        "value": "authorization_code_with_pkce",
        "type": "string"
      },
      {
        "key": "refreshRequestParams",
        "value": [],
        "type": "any"
      },
      {
        "key": "tokenRequestParams",
        "value": [],
        "type": "any"
      },
      {
        "key": "authRequestParams",
        "value": [],
        "type": "any"
      },
      {
        "key": "scope",
        "value": "profile email acr realm roles term_client_credentials-dedicated",
        "type": "string"
      },
      {
        "key": "client_authentication",
        "value": "body",
        "type": "string"
      }
    ]
  },
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "bundleId",
      "value": "624a326e-2c14-11f0-95eb-5f997d7906d2"
    },
    {
      "key": "StatusUrl",
      "value": "http://localhost:5192/fhir/Bundle/c1a9a8e9-3d3a-11f0-9572-fcaa70c5f224/$status"
    },
    {
      "key": "patientId",
      "value": ""
    },
    {
      "key": "patientId2",
      "value": ""
    },
    {
      "key": "newPatientId",
      "value": ""
    },
    {
      "key": "serviceRequestMatCollectionId",
      "value": ""
    },
    {
      "key": "serviceRequestMatCollectionId2",
      "value": ""
    },
    {
      "key": "newServiceRequestMatCollectionId",
      "value": ""
    },
    {
      "key": "procedureMatCollectionId",
      "value": ""
    },
    {
      "key": "procedureMatCollectionId2",
      "value": ""
    },
    {
      "key": "serviceRequestResearchId",
      "value": ""
    },
    {
      "key": "serviceRequestResearchId2",
      "value": ""
    },
    {
      "key": "serviceRequestResearchId3",
      "value": ""
    },
    {
      "key": "serviceRequestResearchId4",
      "value": ""
    },
    {
      "key": "newServiceRequestResearchId",
      "value": ""
    },
    {
      "key": "specimenId",
      "value": ""
    },
    {
      "key": "specimenId2",
      "value": ""
    },
    {
      "key": "specimenId3",
      "value": ""
    },
    {
      "key": "specimenId4",
      "value": ""
    },
    {
      "key": "newSpecimenId",
      "value": ""
    },
    {
      "key": "reportId",
      "value": ""
    },
    {
      "key": "reportId2",
      "value": ""
    },
    {
      "key": "newReportId",
      "value": ""
    },
    {
      "key": "actualDateStart",
      "value": "2025-02"
    },
    {
      "key": "actualDateEnd",
      "value": "2025-04"
    },
    {
      "key": "serviceRequestMatCollectionId3",
      "value": ""
    },
    {
      "key": "encounterId",
      "value": ""
    },
    {
      "key": "encounterCollectionId",
      "value": ""
    },
    {
      "key": "patientCommonDisabilityId",
      "value": "pa-da266351-d0ff-11f0-9acd-ef89f76cf65c"
    },
    {
      "key": "newbornPatientId",
      "value": "pa-fa52eea5-4d17-11f1-99bf-cf090ecb2b0a"
    },
    {
      "key": "motherPatientId",
      "value": "pa-bb0ca3bb-4d18-11f1-8248-6c11ed56c7e5"
    }
  ]
}